From: Jacob Quinn Date: Thu, 7 Aug 2014 21:04:03 +0000 (-0400) Subject: Add travis file for testing X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~231 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9acfadd21d089db332b4f9173aea843b68166aa4;p=utf8proc.git Add travis file for testing --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fbcf483 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: c +compiler: + - gcc + - clang +notifications: + email: false +script: + - make && make check \ No newline at end of file